* {
  margin: 0;
}
#map {
  width: 100%;
  height: 100%;
  position: absolute;
}
.leaflet-popup-content {
  width: auto !important;
  white-space: nowrap;
}
.legend {
  background: white;
  padding: 4px;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  font-size: 13px;
  vertical-align: middle;
  margin: 0;
}
.legend-toggle {
  padding: 0;
  cursor: pointer;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: lightslategrey;
  color: white;
  text-align: center;
  border-radius: 1px;
  transition-duration: 0.2s;
  font-size: 11px;
  font-family: "Cabin", sans-serif;
}
.legend-icon {
  vertical-align: middle;
  display: inline-block;
  width: 28px;
  height: auto;
  margin-right: 2px;
}
.legend-line {
  /* Straight line for the legend */
  height: 2px;
  width: 18px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  border: 1px solid;
}
img {
  width: 33.2px;
  height: auto;
}
